home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / demos / OpenGL / fontflip / README < prev   
Encoding:
Text File  |  1996-11-11  |  1.3 KB  |  37 lines

  1. Fontflip Demo
  2.  
  3. Fontflip demonstrates some of the capabilities of the GLC library. 
  4. See the GLC Specification in toolbox/documents/OpenGL/.
  5.  
  6. A string and its bounding box is drawn and can be manipulated in 
  7. the following ways:
  8.  
  9.   1. The left mouse button translates the origin.
  10.   2. The middle mouse button controls X and Y rotation.
  11.   3. The right mouse button controls Z rotation.
  12.   4. The '+' and '-' keys increase and decrease the scale factor,
  13.      respectively.
  14.   5. The View menu allows the position and rotation to be reset, 
  15.      and switches between perspective and orthographic viewports.
  16.   6. The Render Style menu allows you to switch between bitmap, 
  17.      polygon, and outline rendering.
  18.   7. The Family menu allows you to select a different font family.
  19.  
  20. The GLC and 1.2 GLU libraries are required to build fontflip.
  21.  
  22.  
  23. NOTE:  GLC requires GLU 1.2.  this is included by default in 
  24.        irix6.2.  For people still on IRIX 5, a version of this 
  25.        program is available on the OpenGL(tm) Developer's CD, 
  26.        "Tasty Developer Toolbox -- OpenGL", March 1996 in 
  27.        /CDROM/demos/fontflip.  if you do not have, and would 
  28.        like, a copy of this CD, please contact the developer 
  29.        program at
  30.           devprogram@sgi.com 
  31.        or
  32.           800/770-3033 
  33.        or
  34.           415/933-3033 
  35.        or
  36.           fax: 415/969-6327
  37.